home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 November / Macworld Nov ’95.toast / Developers / BoxMaker++ / ll-R ƒ / ll-R.note < prev    next >
Encoding:
Text File  |  1995-06-14  |  993 b   |  25 lines  |  [TEXT/KAHL]

  1.  
  2. Version history:
  3.  
  4. 941201: 1.0 For publication with Apprentice, release 2
  5. 950110: 1.1 Using dropshell 1.1, added 'CouldNotEnterFolder' virtual member.
  6.         => no longer balks on AppleShare folders without read access
  7. 950525: 1.2 dropshell renamed to BoxMaker++, using BoxMaker++ 1.2,
  8.         added option to output sizes in bytes
  9.         Fixed bug: type was output when creator was requested and vice versa
  10. 950614:    1.3 using BoxMaker++ 1.3
  11.  
  12. Known bugs:
  13.  
  14. - no error checking during file creation. Name collisions are improbable,
  15.   but one should check for them, anyway. Write protected disks are also
  16.   improbable, but disk full errors might occur.
  17.  
  18. Known limitations:
  19.  
  20. - when processing lots of files, it would be nice if WaitNextEvent were
  21.   called from time to time. => use the thread manager, and maintain a list
  22.   of aliases to process. 'This is kept as an exercise for the reader'
  23.   950420: This is partly fixed as per BoxMaker 1.1. It does call WaitNextEvent
  24.   periodically during a recursive descent.
  25.